Welcome![Sign In][Sign Up]
Location:
Search - Google Android Java

Search list

[androidandroidPgoogleAPI

Description: 在java+android+google API平台下开发的基于LPS定位的聊天小软件。在客户端可以通过GPS定位在地图上查找出用户的位置,并可以通过点击用户进行聊天,同时也可以在地图上添加标注等。-Developed in java+ the android+ the google API platform chat software based on LPS positioning. On the client via the GPS positioning on the map to find out the user s location, and chat by clicking on the user, but can also add a mark on the map.
Platform: | Size: 4679680 | Author: catherineytw | Hits:

[androidGoogleMap

Description: 【java android, google map】 提供经纬度确定地点-[Java the android, google map] provide the latitude and longitude to determine location
Platform: | Size: 91136 | Author: Ivan Zhang | Hits:

[androidXavier_GPS

Description: Android 上面的 google map使用程式碼 可幫助使用者了解如何在 android上面使用 map功能 主體語言為 java-Android above google map using the program code to help users understand how android above the main language of the map function for java
Platform: | Size: 7015424 | Author: 陳紹橋 | Hits:

[androidasmack-2010.05.07-source

Description: asmack源代码 Smack库的Android版本,虽然Smack在PC上可以工作的很好,功能也很强大,但在Android平台上有一些问题,而导致这些问题的原因是Android精简了Java的类库,以至Smack使用的部分类库在Android平台上无法找到,所以Smack不能直接在Android平台上使用.但在2010年初,有人在code.google.com网站上发布了一个Asmack,其中A库就代表Android中的A,也就是说,这个版本是Smack的Android版本.可使用下面地址下载Asmack.-Smack library of asmack source code for Android version, although the Smack on the PC can work well, function is also very powerful, but there are some problems on the Android platform, while the causes of these issues because Android streamlining of the Java class libraries, as well as part of the class library used by Smack can not be found on the Android platform and Smack can not be used directly on the Android platform in early 2010, it was released on the code.google.com site a Asmack, where A library represents in Android A, In other words, this version of the Android version of Smack. can use the following address to download Asmack.
Platform: | Size: 1020928 | Author: liuqing | Hits:

[JSP/Javahello-jni

Description: Android的SDK中没有包括JNI的支持,而且对如何支持JNI也没有任何文档说明。不过既然整个Android平台是开源的,我们可以通过Google发布的源代码来找到一些线索(比如frameworks/base/media/jni/目录),依葫芦画瓢的实现上层JAVA程序通过JNI来调用Native C程序中的函数。-Android SDK does not include the JNI support but no documentation for instructions on how to support JNI. However, since the entire Android platform is open source, we can through Google released the source code to find some clues (such as the frameworks/base/media/jni/directory) upper JAVA program 依葫芦画瓢 the call through JNI Native C program function.
Platform: | Size: 196608 | Author: yue | Hits:

[androidpsdformater.tar

Description: 解析Photoshop源文件(.psd),并将图像数据转换为Android SDK中的Bitmap对象。 基于开源项目“java-psd-library”修改 原项目位置:http://code.google.com/p/java-psd-library/ 示例: File psdFile = new File("/sdcard/11.psd") try { Psd psd = new Psd(psdFile) imageView.setImageBitmap(psd.getImage()) } catch (IOException e) { e.printStackTrace() }-Parse the Photoshop the source file (psd), and image data into the the Android SDK Bitmap object. Based on the open source project " java-psd-library" to modify the original project: http://code.google.com/p/java-psd-library/ example: the File psdFile = new File (" / sdcard/11.psd" ) try {Psd psd = new Psd (psdFile) imageView.setImageBitmap (psd.getImage ()) } catch (IOException e) {e.printStackTrace () }
Platform: | Size: 1080320 | Author: wjh | Hits:

[androidMyActivity

Description: 本节我们学习Android四大天王的Activity,Activity密切关注用户能做什么,负责与用户交互。类似于Java Web中的页面Page,将一系列View装载起来通过内部的加载引擎展现给前台用户。可以说一个简单的Android应用就是由一组Activity组合而成。可见对于Activity的学习在整个Android移动开发学习中至关重要的一环。鉴于Android移动开发属于嵌入式系统开发的范畴,所以Google的工程师在Android平台构架设计上,将很多组件都设计成基于事件驱动的,不推荐开发者采用手动的方式去主动调用它们的行为,这些行为将全部交给系统进行统一管理。因此掌握它们的生命周期是学好它们的根本所在。另外,与Service一样,Activity也是通过Intent来调用,Intent携带的数据能在多个Activity之间传递。-In this section, we study the Android four major Kings of Activity, the Activity pay close attention to what users can do, is responsible for the interaction with the user. Similar to Java Web Page, the Page will load a series of the View to display through internal loading the engine to the user. Can say a simple Android application is made up by a group Activity. Visible on the Activity of learning in learning the entire Android mobile development crucial one annulus. In view of the Android mobile development belongs to the category of the embedded system development, so Google engineers on the Android platform architecture design, will be a lot of components are designed based on the event-driven, developers to adopt the way of manual is not recommended to take the initiative to call them, these behaviors will be unified management over all system. So to master their life cycle is to learn their fundamental ?
Platform: | Size: 54272 | Author: lunzi | Hits:

[JSP/JavaAhHuiUniversity

Description: 随着经济与科技的快速发展,智能手机一步步进入普通人得生活,它将成为人们获取信息的主要设备,因此基于Android手机的手机地图服务需求越开越迫切,为外出旅游的人们提供了极大地便利。Android是Google开发的基于Linux平台的开源手机操作系统。它包括操作系统、中间件、用户界面和应用程序,是为移动终端打造的真正开放和完整的移动软件。本文对目前应用的Symbian、WindowsMoblie、Mac OS X和Android平台的现状进行了分析与比较,主要阐述以面向对象程序开发语言JAVA,以eclipse为开发工具,基于智能手机Android之上设计一个导览系统。本文主要介绍安徽大学,界面友好 、操作便捷,具有良好的可扩展性和可维护性,系统经过测试,可以稳定运行,能够满足手机用户基本的地图服务需求。-With the rapid development of economy and technology,Smartphone enters into the lives of ordinary people step by step,it will become the main device to obtain information,Therefore,based on the Android mobile phone mobile map service needs become more and more urgent for people who travel offers great convenience.Android is the Google development opens the source handset operating system based on Linux platform. It includes the operating system,the Middleware,he user interface and the application procedure. It is for the mobile terminal to create a truly open and complete mobile software. In this thesis,there is a analysis and comparion about the status of the current applide platforms like Symbiam ,WindowsMoblie,Mac OS X and Android ,this thesis Mainly expounds the development of object-oriented programming language java, eclipse as a development tool, to design a navigation system-based smartphone on Android. This paper mainly introduces the anhui university,user-friendly,easy to
Platform: | Size: 81920 | Author: 虞小湖 | Hits:

[JSP/Javacrrlgps

Description: 一个Android GPS定位的应用实例,在Android智能机中监控别人行踪,一般这是隐私,不允许这样跟踪别人行踪,除非是有为照顾筷家人而开通此种应用,请不要干违法的事情。在Google Search的Google.java中,有杀不死的Service服务,开启定位,坐标发送的手机号码,动态注册短信接收者,如果是符合的ACTION,就启动地理定位并且回复短信,获取发送指令的手机号码,发送短信等,如果定位失败,则不回复短信。   分析短信的模块需要说明的是:   第一步、获取短信的内容和发件人   第二步:确认该短信内容是否满足过滤条件   第三步:取消往下传播,并且定位回复短信-Application examples an Android GPS positioning, monitoring the whereabouts of others Android smartphone in general this is privacy, do not allow this to track the whereabouts of others, unless it is promising to take care of their families and chopsticks open this application, please do not do illegal things. In the Google.java Google Search, there are unkillable Service service, open location, phone number coordinates sent SMS receiver dynamic registration, if it is in line with the ACTION, started geographical positioning and reply to messages, send commands to get phone numbers, send text messages, etc. If positioning fails, no reply message. SMS analysis module should be noted: first, to get the contents of messages and senders Step two: Make sure that the content of the message meets the filter criteria Step Three: Cancel down the spread and positioning reply SMS
Platform: | Size: 489472 | Author: rpudn14 | Hits:

[androidZXing

Description: 本Java源码主要是演示google.zxing二维码操作类的例子,实现二维码的读取和生成,里面包含了很多Android应用开发所需要的常用类库,来自Google官方的类库文件,觉得挺实用,分享给大家了-The Java source code examples demonstrate google.zxing mainly operate like two-dimensional code, two-dimensional code reading and generation, which contains a lot of common libraries needed to develop Android applications from Google official document library, I feel very practical for everyone to share the
Platform: | Size: 1723392 | Author: gpudn22 | Hits:

[androidservlettest

Description: Java看的HTTP网络编程,网络通信编程实例,适用于Android网络编程。在测试代码中服务端我使用三种方式:S2SH、只用Struts2、Servlet。客户端就一种,只不过换个请求的URL。服务端和客户端交互使用了两种方式:XML、JSON,目前开放平台返回的数据都是支持这两种数据格式的。所以我也实现了这两种数据格式。其实还有一种格式,就是google的protocal buffer,这种形式在国内用的人比较少,我也没弄,感兴趣的同学看我提供的文档,自己研究吧。注意把里面的IP换成自己电脑的IP地址。    在使用Servlet的服务端,可以通过下面这种方式设置返回类型,但是其实没用,你设置了,它也不返回。你只能自己封装XML文件或者JSON字符串,然后返回-Java HTTP watch network programming, network communications programming examples for Android network programming. In the test code in the server I use three ways: S2SH, only Struts2, Servlet. On a client, but another URL request. Service and client interaction used in two ways: XML, JSON, the current data returned is an open platform supports both data formats. So I have realized these two data formats. In fact, there is a format that is google' s protocal buffer, this form in the country with relatively few people, I did not get the students interested to see documents I provide, own research. Note that the inside of the IP address of their computer' s IP replaced. In using the Servlet server, you can set up this way by following the return type, but in fact useless, you set up, it does not return. You can only own package XML file or JSON string, and then return
Platform: | Size: 150528 | Author: rpudn92 | Hits:

[androidmapsmysql

Description: 基于JAVA所开发的Android程序板模 主要功能是将Google MAP集结MySQL数据库的程序 内附Android程序源码和MySQL之PHP程序源码 用户可将此做为范例增加或修改其内容 -Android-based program developed mold plate JAVA main function is to build MySQL program Google MAP enclosing Open Source PHP and MySQL user of the Android Open Source paradigm can add or modify the contents of this as
Platform: | Size: 82944 | Author: padlllllllll | Hits:

[OtherSatRDA_V20181211

Description: 远程链接服务器数据库cs程序无需做处理SatRDA是高效的远程数据访问组件,大数据量测试比外网直连数据库速度提升10-200倍。使用它无需要改动原来的数据连接访问代码就可以支持外网访问远程数据库。能够为android/ios等APP提供restful架构的数据接口。部署非常简单,服务器客户端都无需安装,也无需安装iis,tomcat等其它软件。服务器端使用google的golang开发支持10M级并发。支持pb,delphi,vc,.net,java等语言直接编写服务端插件,提供了各语言使用satrda插件完成APP的开发的示例(Remote link server database CS program need not be processed)
Platform: | Size: 14555136 | Author: 醉丫头love | Hits:
« 1 2 3 4»

CodeBus www.codebus.net